home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / c-runtime / tests / RCS / SubClass5.m,v < prev    next >
Encoding:
Text File  |  1992-08-18  |  369 b   |  38 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dglattin:1.1; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.1
  10. date    92.08.18.04.58.04;    author dglattin;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @test code.
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#include  <stdio.h>
  26.  
  27.  
  28. #include  <SubClass5.h>
  29.  
  30. @@implementation SubClass5
  31.  
  32.  
  33. + ( int )return12 { return 12; }
  34. - ( int )return15 { return [ super return15 ]; }
  35.  
  36.  
  37. @@end@
  38.